home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / chip-cd_2002_05.zip / 05 / Dom i biuro / Mr Faktury Pro 1.53 / mr_faktury_pro.exe / 0 / RCDATA / TFUZYTKOWNIK / TFUZYTKOWNIK.txt
Text File  |  2002-03-27  |  3KB  |  143 lines

  1. object fUzytkownik: TfUzytkownik
  2.   Left = 302
  3.   Top = 329
  4.   Width = 558
  5.   Height = 248
  6.   Caption = 'Dane u'#380'ytkownika'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TLabel
  19.     Left = 16
  20.     Top = 16
  21.     Width = 3
  22.     Height = 13
  23.   end
  24.   object Label1: TLabel
  25.     Left = 8
  26.     Top = 24
  27.     Width = 95
  28.     Height = 13
  29.     Caption = 'Nazwa u'#380'ytkownika'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 8
  33.     Top = 56
  34.     Width = 29
  35.     Height = 13
  36.     Caption = 'Has'#322'o'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 352
  40.     Top = 8
  41.     Width = 120
  42.     Height = 13
  43.     Caption = 'Informacja o u'#380'ytkowniku'
  44.   end
  45.   object bWyjdz: TButton
  46.     Left = 464
  47.     Top = 192
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&Wyjd'#378
  51.     TabOrder = 0
  52.     OnClick = bWyjdzClick
  53.   end
  54.   object bZapisz: TButton
  55.     Left = 376
  56.     Top = 192
  57.     Width = 75
  58.     Height = 25
  59.     Caption = '&Zapisz'
  60.     TabOrder = 1
  61.     OnClick = bZapiszClick
  62.   end
  63.   object eUzytkownik: TEdit
  64.     Left = 112
  65.     Top = 16
  66.     Width = 153
  67.     Height = 21
  68.     MaxLength = 20
  69.     TabOrder = 2
  70.   end
  71.   object eHaslo: TEdit
  72.     Left = 112
  73.     Top = 48
  74.     Width = 153
  75.     Height = 21
  76.     TabOrder = 3
  77.   end
  78.   object eInfo: TEdit
  79.     Left = 328
  80.     Top = 24
  81.     Width = 185
  82.     Height = 21
  83.     MaxLength = 30
  84.     TabOrder = 4
  85.   end
  86.   object cbAdministracja: TCheckBox
  87.     Left = 16
  88.     Top = 80
  89.     Width = 169
  90.     Height = 17
  91.     Caption = 'Wej'#347'cie do menu Administracja'
  92.     TabOrder = 5
  93.   end
  94.   object cbUstawienia: TCheckBox
  95.     Left = 16
  96.     Top = 104
  97.     Width = 193
  98.     Height = 17
  99.     Caption = 'Wej'#347'cie do menu Ustawienia'
  100.     TabOrder = 6
  101.   end
  102.   object cbPoprawa_sp: TCheckBox
  103.     Left = 16
  104.     Top = 128
  105.     Width = 209
  106.     Height = 17
  107.     Caption = 'Wej'#347'cie do menu Poprawa sprzeda'#380'y'
  108.     TabOrder = 7
  109.   end
  110.   object cbDostawa: TCheckBox
  111.     Left = 16
  112.     Top = 152
  113.     Width = 169
  114.     Height = 17
  115.     Caption = 'Wej'#347'cie do menu Dostawa'
  116.     TabOrder = 8
  117.   end
  118.   object cbSkup: TCheckBox
  119.     Left = 16
  120.     Top = 176
  121.     Width = 161
  122.     Height = 17
  123.     Caption = 'Wej'#347'cie do menu Skup'
  124.     TabOrder = 9
  125.   end
  126.   object cbMagazyn: TCheckBox
  127.     Left = 16
  128.     Top = 200
  129.     Width = 161
  130.     Height = 17
  131.     Caption = 'Wej'#347'cie do menu Magazyn'
  132.     TabOrder = 10
  133.   end
  134.   object cbCena: TCheckBox
  135.     Left = 264
  136.     Top = 80
  137.     Width = 161
  138.     Height = 17
  139.     Caption = 'Mo'#380'liwo'#347#263' ustawiania cen'
  140.     TabOrder = 11
  141.   end
  142. end
  143.